home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch06 / ptp174a / ptp174aJ.js < prev   
Text File  |  1999-04-01  |  6KB  |  256 lines

  1.  
  2.  
  3.  
  4. function getQAarray() {
  5.  
  6.  
  7. ////////////////////////////////////////////////////////////////////////////////////
  8. ////////////////////////////////////////////////////////////////////////////////////
  9.  
  10.  
  11. matchingAnsObj = new Object;
  12.  
  13.  
  14. problemArr = new Array();
  15.  
  16. for (i=0; i<this.AnswerArray.length+3; i++) 
  17. {
  18.   problemArr[i] = new Object;
  19. };
  20.  
  21.  
  22.  
  23. ////////////////////////////////////////////////////////////////////////////////////
  24. ////////////////////////////////////////////////////////////////////////////////////
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.   
  32.  
  33. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1
  34.  
  35.  problemArr[1]["Q"] = " Rhetorical proof: "; 
  36.  
  37.  
  38.  problemArr[1]["A"] = " is established through interaction with the audience. "; 
  39.  
  40.  
  41.  problemArr[1]["B"] = " is a form of absolute proof that establishes the certainty of a case. "; 
  42.  
  43.  
  44.  problemArr[1]["C"] = " is the same as a mathematical or scientific proof. "; 
  45.  
  46.  
  47.  problemArr[1]["D"] = " all of the above "; 
  48.  
  49. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2
  50.  
  51.  problemArr[2]["Q"] = " For an inference to be reasonable: "; 
  52.  
  53.  
  54.  problemArr[2]["A"] = " it must be accepted by every member of the immediate audience. "; 
  55.  
  56.  
  57.  problemArr[2]["B"] = " it would be inferred by a broad and diverse group of people exercising critical judgment. "; 
  58.  
  59.  
  60.  problemArr[2]["C"] = " it must be true and acceptable on its face, without supporting evidence or further reasoning. "; 
  61.  
  62.  
  63.  problemArr[2]["D"] = " all of the above "; 
  64.  
  65. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 3
  66.  
  67.  problemArr[3]["Q"] = " The most critical test for reasoning through example is that: "; 
  68.  
  69.  
  70.  problemArr[3]["A"] = " the example is real. "; 
  71.  
  72.  
  73.  problemArr[3]["B"] = " the example is presented as a narrative. "; 
  74.  
  75.  
  76.  problemArr[3]["C"] = " the example is representative. "; 
  77.  
  78.  
  79.  problemArr[3]["D"] = " the example is a generalization. "; 
  80.  
  81. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 4
  82.  
  83.  problemArr[4]["Q"] = " The fallacy of division: "; 
  84.  
  85.  
  86.  problemArr[4]["A"] = " is used as part of mathematical proof. "; 
  87.  
  88.  
  89.  problemArr[4]["B"] = " is assuming that what is true of a part will automatically be true of the whole. "; 
  90.  
  91.  
  92.  problemArr[4]["C"] = " is assuming that what is true of the whole will automatically be true of the part. "; 
  93.  
  94.  
  95.  problemArr[4]["D"] = " results from citing overused examples. "; 
  96.  
  97. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 5
  98.  
  99.  problemArr[5]["Q"] = " If a lawyer cited a precedent case that compares to the case at hand: "; 
  100.  
  101.  
  102.  problemArr[5]["A"] = " that would be an argument from sign. "; 
  103.  
  104.  
  105.  problemArr[5]["B"] = " that would be a literal analogy. "; 
  106.  
  107.  
  108.  problemArr[5]["C"] = " that would be a metaphor. "; 
  109.  
  110.  
  111.  problemArr[5]["D"] = " that would be an illustration of a post hoc fallacy. "; 
  112.  
  113. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 6
  114.  
  115.  problemArr[6]["Q"] = " A statistical index may be taken as: "; 
  116.  
  117.  
  118.  problemArr[6]["A"] = " a sign of an abstraction. "; 
  119.  
  120.  
  121.  problemArr[6]["B"] = " an institutional regularity. "; 
  122.  
  123.  
  124.  problemArr[6]["C"] = " a type of lay testimony. "; 
  125.  
  126.  
  127.  problemArr[6]["D"] = " a physical observation. "; 
  128.  
  129. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 7
  130.  
  131.  problemArr[7]["Q"] = " Inferences from cause may be used to: "; 
  132.  
  133.  
  134.  problemArr[7]["A"] = " predict outcomes. "; 
  135.  
  136.  
  137.  problemArr[7]["B"] = " assign responsibilities for something. "; 
  138.  
  139.  
  140.  problemArr[7]["C"] = " explain a situation. "; 
  141.  
  142.  
  143.  problemArr[7]["D"] = " all of the above "; 
  144.  
  145. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 8
  146.  
  147.  problemArr[8]["Q"] = " Inferences from testimony: "; 
  148.  
  149.  
  150.  problemArr[8]["A"] = " should be based on an accurate and complete quote or paraphrase. "; 
  151.  
  152.  
  153.  problemArr[8]["B"] = " are stronger when a speaker uses more than one expert. "; 
  154.  
  155.  
  156.  problemArr[8]["C"] = " can be based on the opinions of lay people as well as experts. "; 
  157.  
  158.  
  159.  problemArr[8]["D"] = " all of the above "; 
  160.  
  161. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 9
  162.  
  163.  problemArr[9]["Q"] = " When a speaker restates the claim in wording that is slightly different than the support for the claim: "; 
  164.  
  165.  
  166.  problemArr[9]["A"] = " the speaker is begging the question. "; 
  167.  
  168.  
  169.  problemArr[9]["B"] = " the speaker has made a non sequitur. "; 
  170.  
  171.  
  172.  problemArr[9]["C"] = " the speaker is using resonance. "; 
  173.  
  174.  
  175.  problemArr[9]["D"] = " the speaker has made a valid inference by paraphrase. "; 
  176.  
  177. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 10
  178.  
  179.  problemArr[10]["Q"] = " If a speaker uses a "red herring" inference that diverts attention from the issue at hand: "; 
  180.  
  181.  
  182.  problemArr[10]["A"] = " the speaker is begging the question. "; 
  183.  
  184.  
  185.  problemArr[10]["B"] = " the speaker is pontificating. "; 
  186.  
  187.  
  188.  problemArr[10]["C"] = " the speaker is ignoring the question.     "; 
  189.  
  190.  
  191.  problemArr[10]["D"] = " all of the above "; 
  192.  
  193.   
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.    problemArr[1]["FA"] = " For more information, see page 148 of your textbook. ";
  204.  
  205.    problemArr[2]["FB"] = " For more information, see page 150 of your textbook. ";
  206.  
  207.    problemArr[3]["FC"] = " For more information, see page 154 of your textbook. ";
  208.  
  209.    problemArr[4]["FC"] = " For more information, see page 156 of your textbook. ";
  210.  
  211.    problemArr[5]["FB"] = " For more information, see page 158 of your textbook. ";
  212.  
  213.    problemArr[6]["FA"] = " For more information, see page 160 of your textbook. ";
  214.  
  215.    problemArr[7]["FD"] = " For more information, see page 163 of your textbook. ";
  216.  
  217.    problemArr[8]["FD"] = " For more information, see pages 166-169 of your textbook. ";
  218.  
  219.    problemArr[9]["FA"] = " For more information, see page 171 of your textbook. ";
  220.  
  221.    problemArr[10]["FC"] = " For more information, see page 172 of your textbook. ";
  222.  
  223.  
  224.  
  225.    
  226.  
  227.  
  228.  
  229.  
  230.  
  231. ////////////////////////////////////////////////////////////////////////////////////
  232. ////////////////////////////////////////////////////////////////////////////////////
  233. ////////////////////////////////////////////////////////////////////////////////////
  234. ////////////////////////////////////////////////////////////////////////////////////
  235. ////////////////////////////////////////////////////////////////////////////////////
  236.  
  237.  
  238. }
  239.  
  240.  
  241. getQAarray();
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.